how to use jQuery array reference [closed]

Posted by user236106 on Stack Overflow See other posts from Stack Overflow or by user236106
Published on 2010-03-21T16:48:42Z Indexed on 2010/03/21 16:51 UTC
Read the original article Hit count: 330

Filed under:
|

Possible Duplicate:
Problem with jQuery array

$('div#pics>img')[0].show('slow');

where the html is having a bunch of child img tags inside div tag. but the above posted jQuery line is not working .I was wondering why.:(

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-selectors